home *** CD-ROM | disk | FTP | other *** search
- /* InsLitFont.xdme */
- /* Copyright © 1994 Fergus Duniho */
-
- if ~show("L","rexxarplib.library") then
- if ~addlib("rexxarplib.library",0,-30) then exit
-
- F = GetClip('F')
- If F = '' Then F = 'topaz.font 8'
- FONT = Word(F,1)
- SIZE = Word(F,2)
-
- F = GetFont(,,FONT,SIZE,'Select Font for Insert Literal',,'FIXEDWIDTH',FNT,8,11)
- If F = "" Then Exit
- F = FNT.Name FNT.YSize
- Call SetClip('F', F)
-